home *** CD-ROM | disk | FTP | other *** search
/ The Colour of our Skin / The Colour of Our Skin.iso / pc / config.xml < prev    next >
Text File  |  2006-07-17  |  1KB  |  35 lines

  1. <mp3config>
  2.  
  3.     <!-- choose here if you want the mp3player to automatically start and shuffle songs (true or false) -->    
  4.     <autostart>true</autostart>
  5.     <shuffle>false</shuffle>
  6.  
  7.     <!-- choose the mp3player repeat mode (none, one, all or list (plays the entire playlist once)) -->   
  8.     <repeat>list</repeat>
  9.     
  10.     <!-- choose the mp3player volume (0 to 100) -->  
  11.     <volume>80</volume>
  12.     
  13.     <!-- choose here if you want to show the display and playlist (true or false) -->   
  14.     <showdisplay>false</showdisplay>
  15.     <showplaylist>false</showplaylist>
  16.     
  17.     
  18.     <!-- choose here in what frame you want links to be opened  (_blank, _self, _top or a framename) --> 
  19.     <linktarget>_top</linktarget>
  20.         
  21.     <!-- choose the mp3player colors (hexadecimal, from 0x000000 to 0xffffff) -->  
  22.     <backcolor>0xffffff</backcolor>
  23.     <frontcolor>0x333333</frontcolor>
  24.     <lightcolor>0x660000</lightcolor>
  25.  
  26.     <!-- you can set a JPG as the background here to skin the mp3player (url to the jpg file) --> 
  27.     <jpgfile></jpgfile>
  28.     
  29.         
  30.     <!-- (for webmasters) URL of a script, called on start and completion of a song --> 
  31.     <!-- the following vars are sent with POST: title, file, identifier, action ('start' or 'complete') --> 
  32.     <callback></callback>    
  33.     
  34.         
  35. </mp3config>